'Declaration
<NotNullAttribute()> Public Overloads Shared Function Create(Of TValue)( _ ByVal args As UAMonitoredItemArguments _ ) As UADataChangeNotificationObservable(Of TValue)
'Usage
Dim args As UAMonitoredItemArguments Dim value As UADataChangeNotificationObservable(Of TValue) value = UADataChangeNotificationObservable.Create(Of TValue)(args)
[NotNull()] public static UADataChangeNotificationObservable<TValue> Create<TValue>( UAMonitoredItemArguments args )
[NotNull()] public: static UADataChangeNotificationObservable<TValue^>^ Creategeneric<typename TValue> ( UAMonitoredItemArguments^ args )
Parameters
- args
- Contains an OPC UA endpoint and node descriptors, as well as monitoring and subscription parameters.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Type Parameters
- TValue
Return Value
Returns an observable for changes in the given OPC UA node attribute.
This method never returns null
(Nothing
in Visual Basic).